Click or drag to resize

EffectiveRights Class

Contains the client's rights based on the permission settings for the item or folder.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeEffectiveRights

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class EffectiveRights

The EffectiveRights type exposes the following members.

Constructors
  NameDescription
Public methodEffectiveRights
Initializes a new instance of the EffectiveRights class.
Top
Properties
  NameDescription
Public propertyCreateAssociated
Indicates whether a client can create an associated contents table.
Public propertyCreateContents
Indicates whether a client can create a contents table.
Public propertyCreateHierarchy
Indicates whether a client can create a hierarchy table.
Public propertyDelete
Indicates whether a client can delete a folder or item.
Public propertyModify
Indicates whether a client can modify a folder or item.
Public propertyRead
Indicates whether a client can read a folder or item.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also